home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Sultan.dxr / Internal_27_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  183 b   |  20 lines

  1. on beginSprite me
  2.   sprite(me.spriteNum).blendLevel = 0
  3. end
  4.  
  5. on mouseDown
  6.   nothing()
  7. end
  8.  
  9. on mouseEnter me
  10.   nothing()
  11. end
  12.  
  13. on mouseUp
  14.   nothing()
  15. end
  16.  
  17. on mouseLeave
  18.   nothing()
  19. end
  20.